JavaScript

{grid.object}loadSavedSearch Method

Syntax

{grid.Object}.loadSavedSearch(name,flagExecuteSearch)

Arguments

nameString

The name of the saved search that you want to load and use.

flagExecuteSearchBoolean

Whether or not to execute search. Logical, true = execute.

Description

Loads a previously saved search from the repository and populates the Search Part in the Grid. If flagExecuteSearch is true, the search will be executed.

Example

{grid.Object}.loadSavedSearch('mysearch',false);

See Also